home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 4 / Apprentice-Release4.iso / Source Code / C++ / Applications / TrapsGen 1.0.1 / UndocumentedTraps.h < prev   
Encoding:
Text File  |  1995-07-01  |  966 b   |  37 lines  |  [TEXT/CWIE]

  1. /*
  2.      File:        UndocumentedTraps.h
  3.  
  4.      Copyright:    © 1995 by Fruit Loops Computing Devices, Ltd.
  5.                  All rights reserved.
  6.  
  7.      Version:    Planetary Headers 2.0a1
  8.  
  9.      Bugs?:        If you find a problem with this file, send the file and version
  10.                  information (from above) and the problem description to:
  11.  
  12.                      Internet:    thunderone@delphi.com
  13.                      AppleLink:    to be announced
  14.  
  15. */
  16.  
  17. enum {
  18. /*email me if you know what the plan is for these suckers*/
  19. /*or what the plan was, if appropriate*/
  20. /*they're not in Apple's Traps.h*/
  21. /*I'm really curious about _NuKernelDispatch, _PenMacDispatch,
  22. and _InterruptMgrDispatch, myself.*/
  23.     _DockingDispatch = AA57,
  24.     _NuKernelDispatch = AA58,
  25.     _DeviceDispatch = AA6A,
  26.     _PowerPCFuture = AA6B,
  27.     _PenMacDispatch = AA6C,
  28.     _ATAManager = AAF1,
  29.     _ExpansionBusDispatch = AAF3,
  30.     _InterruptMgrDispatch = AAF4,
  31.     _EddyTrap = ABF3,
  32. /*XTNDMgr is obvious enough, I think*/
  33.     _XTNDMgr = ABF4,
  34. /*as is DSP Manager*/
  35.     _DSPManager = ABF5,
  36.     _ButtonMgr = ABEC
  37. };